home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Support Library
/
RoseWare - Network Support Library.iso
/
mac
/
macstk.exe
/
MACSTKTT.FIX
< prev
next >
Wrap
Text File
|
1990-10-08
|
2KB
|
35 lines
/* This fix allocates additional stack area to those processes in TTS
NetWare ver. 2.15C that have exhibited stack problems during testing of the
AppleTalk 2.0 VAPs. Use the ZAPOBJ.EXE program to apply this patch to the
applicable Advanced NetWare object files (TTS.OBJ and/or TTS_1.OBJ), before
re-NETGENning the OS. This patch will remove an additional 248 bytes from
Dynamic Pool 1, as displayed in FCONSOLE. If there are not currently at
least 248 bytes more than the minimum 16000 bytes in that memory pool,
installing this patch in its current configuration will reduce the number
of file service processes by one, and put any remaining memory thus freed
back into Dynamic Pool 1. If this situation might exist, and if the reduced
number of service processes would seriously hamper server performance,
selectively remove some of these patch directives. You should remove enough
of the pairs (triplets, for the MUXPRC and StatPr processes) of patch
directive lines below such that only the processes that are known to get a
stack overflow error at the customer site, receive the additional stack
area. For more information, see the accompanying READ.ME file. */
segment=z0;
offset = 0d15; find=fe00; replace=0001; /* Disk Process 254 -> 256 */
offset = 0d18; find=fe00; replace=0001;
offset = 0d3d; find=a000; replace=f000; /* TIProc Process 160 -> 240 */
offset = 0d40; find=a000; replace=f000;
offset = 0d65; find=a000; replace=f000; /* FATUpP Process 160 -> 240 */
offset = 0d68; find=a000; replace=f000;
offset = 0dbf; find=5802; replace=8002; /* DSKCLN Process 600 -> 640 */
offset = 0dc2; find=5802; replace=8002;
offset = 0e13; find=e803; replace=c003; /* SHOWMQ Process 1000 -> 960 */
offset = 0e16; find=e803; replace=c003;
offset = 0e47; find=c201; replace=e001; /* MUXPRC Process 450 -> 480 */
offset = 0ec6; find=c201; replace=e001;
offset = 0ec9; find=c201; replace=e001;
offset = 0e59; find=c800; replace=0001; /* StatPr Process 200 -> 256 */
offset = 0f0f; find=c800; replace=0001;
offset = 0f12; find=c800; replace=0001;